[BALLOON] Make the domain0 ballooning logic in xend aware of pages that are on the...
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 27 Jun 2006 11:03:46 +0000 (12:03 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 27 Jun 2006 11:03:46 +0000 (12:03 +0100)
commitecb13a587e17055e80e1decb057dce226a2deac3
tree7b73b9422dd733ea122ffcb124c9b895f90d5b24
parent956c0afa809bb7c4c99f6bbd9aa17a8a1c7667a1
[BALLOON] Make the domain0 ballooning logic in xend aware of pages that are on the page scrub list.
This fixes the case where crashing/restarting a domain can cause dom0 to balloon more than
necessary.

I changed the physinfo dictionary in Python to be in KiB, rather than
MiB, to avoid accumulating ugly rounding errors.  I tried to avoid
changing units anywhere else.

Signed-off-by: Charles Coffing <ccoffing@novell.com>
tools/python/xen/lowlevel/xc/xc.c
tools/python/xen/xend/XendNode.py
tools/python/xen/xend/balloon.py
xen/arch/x86/dom0_ops.c
xen/common/page_alloc.c
xen/include/public/dom0_ops.h
xen/include/xen/mm.h